Edit Task: SetPossibility Priority
Description
The SetPossibility Priority attribute under EditTask defines the priority for the resource possibility of the given task.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility. Order is not required and the resource names should not be in quotes. |
Priority | An integer or decimal value that must be within the defined priority scale for the active schedule. |
Examples
For TaskA, set the priority to 7 for the possibility containing ResA and ResB.
PATCH api/task/TaskA
Body:
{
"SetPossibility" : {
"PossibilityName" : "ResA, ResB",
"Priority" : "7" }
}